@charset "UTF-8";
/* Settings
==================================================*/
/* depreciated */
/* Fonts
==================================================*/
h1,
.text-h1 {
  font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem); /* 42–69px */
  font-weight: 700;
  line-height: 1.2;
}

h2,
.text-h2 {
  font-size: clamp(2rem, 1.2rem + 2.5vw, 3.4375rem); /* 32–55px */
  font-weight: 700;
  line-height: 1.2;
}

h3,
.text-h3 {
  font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem); /* 26–44px (anchor) */
  font-weight: 700;
  line-height: 1.3;
}

h4,
.text-h4 {
  font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem); /* 21–35px */
  font-weight: 500;
  line-height: 1.3;
}

h5,
.text-h5 {
  font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
  font-weight: 500;
  line-height: 1.4;
}

h6,
.text-h6 {
  font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem); /* 16–22px */
  font-weight: 400;
  line-height: 1.5;
}

p,
li {
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem); /* 16–18px */
  font-weight: 400;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: none;
}

/* Colors
==================================================*/
/* Page Layout
==================================================*/
#level0 {
  padding-top: 40px;
}

/* Intro Blurb
==================================================*/
.podcast-intro {
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

#level1 #podcast > div:not(.pagination):not(.lcsWrap) {
  margin-bottom: 0;
  border-right: 1px solid rgba(18, 18, 18, 0.125);
  border-left: 1px solid rgba(18, 18, 18, 0.125);
  padding: 2.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  #level1 #podcast > div:not(.pagination):not(.lcsWrap) {
    padding: 1.25rem;
  }
}
#level1 #podcast > div:not(.pagination):not(.lcsWrap):first-of-type {
  border-top: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.75rem 0.75rem 0 0;
}
#level1 #podcast > div:not(.pagination):not(.lcsWrap):has(+ .pagination), #level1 #podcast > div:not(.pagination):not(.lcsWrap):last-of-type {
  border-bottom: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0 0 0.75rem 0.75rem;
}
#level1 #podcast > div:not(.pagination):not(.lcsWrap):nth-of-type(even) {
  background: #f0f0f0;
}
#level1 #podcast .pagination {
  margin-top: 2rem;
}

#level0 #podcast .lcsWrap {
  border: 1px solid rgba(18, 18, 18, 0.125);
  border-radius: 0.75rem;
  padding: 2.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  #level0 #podcast .lcsWrap {
    padding: 1.25rem;
  }
}

.podcast-intro .summary em {
  font-weight: 700;
  font-style: italic;
  background: linear-gradient(to right, #1b4692, #964069);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.podcast-intro__badges {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.podcast-intro__badge {
  width: auto;
  height: 42px;
}

/* Libsyn Embed Framing
==================================================*/
#podcast iframe[src*="libsyn.com"] {
  height: calc(90px + 2 * 0.75rem + 2px);
  box-sizing: border-box;
  margin: 1rem 0;
  border: 1px solid rgba(18, 18, 18, 0.125) !important;
  border-radius: 0.75rem;
  padding: 0.75rem;
  background: #fff !important;
  box-shadow: 0 2px 4px rgba(18, 18, 18, 0.08) !important;
}

#level1 #podcast > div:not(.pagination):not(.lcsWrap) iframe[src*="libsyn.com"],
#level0 #podcast .lcsWrap iframe[src*="libsyn.com"] {
  box-shadow: none !important;
}

#podcast .sponsor {
  display: none;
}

/* Episode Cards
==================================================*/
#podcast > div:not(.pagination):not(.lcsWrap) {
  display: grid;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(18, 18, 18, 0.125);
  padding-bottom: 2.5rem;
  grid-template-columns: 150px 1fr;
  column-gap: 1.5rem;
}
#podcast > div:not(.pagination):not(.lcsWrap):has(+ .pagination), #podcast > div:not(.pagination):not(.lcsWrap):last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  #podcast > div:not(.pagination):not(.lcsWrap) {
    grid-template-columns: 1fr;
  }
  #podcast > div:not(.pagination):not(.lcsWrap) > a:first-child {
    max-width: 150px;
  }
}
#podcast > div:not(.pagination):not(.lcsWrap) > a:first-child {
  grid-row: span 3;
}
#podcast > div:not(.pagination):not(.lcsWrap) > a:first-child img {
  width: 100%;
  border-radius: 8px;
}
#podcast > div:not(.pagination):not(.lcsWrap) .title {
  margin: 0;
  font-size: 1.15rem;
}
@media (max-width: 767px) {
  #podcast > div:not(.pagination):not(.lcsWrap) .title {
    margin-top: 0.75rem;
  }
}
#podcast > div:not(.pagination):not(.lcsWrap) .title {
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  text-wrap: wrap;
}
@supports (text-wrap: balance) {
  #podcast > div:not(.pagination):not(.lcsWrap) .title {
    text-wrap: balance;
  }
}
#podcast > div:not(.pagination):not(.lcsWrap) .title a {
  text-decoration: underline;
  color: #121212;
}
#podcast > div:not(.pagination):not(.lcsWrap) .title a:hover, #podcast > div:not(.pagination):not(.lcsWrap) .title a:focus-visible {
  text-decoration: none;
  color: #1b4692;
}
#podcast > div:not(.pagination):not(.lcsWrap) .date {
  margin: 0.5rem 0 0;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  color: #1b4692;
}
#podcast > div:not(.pagination):not(.lcsWrap) .summary {
  margin: 0.5rem 0 0;
  line-height: 1.5;
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  #podcast > div:not(.pagination):not(.lcsWrap) .summary {
    text-wrap: pretty;
  }
}
#podcast > div:not(.pagination):not(.lcsWrap) .summary a {
  color: #1b4692;
}
#podcast > div:not(.pagination):not(.lcsWrap) iframe {
  grid-column: 1/-1;
}
#podcast > div:not(.pagination):not(.lcsWrap) .duration {
  margin: 0;
  font-size: 0.85rem;
  color: #393e41;
  grid-column: 1/-1;
}
#podcast > div:not(.pagination):not(.lcsWrap) .provider {
  margin: 0;
  grid-column: 1/-1;
}
#podcast > div:not(.pagination):not(.lcsWrap) > br {
  display: none;
}

/* Episode Inner Page
==================================================*/
#podcast .lcsContent {
  display: grid;
  grid-template-columns: 150px 1fr;
  column-gap: 1.5rem;
}
@media (max-width: 767px) {
  #podcast .lcsContent {
    grid-template-columns: 1fr;
  }
}
#podcast .lcsContent > img {
  width: 100%;
  border-radius: 8px;
  order: 1;
  grid-row: span 3;
}
@media (max-width: 767px) {
  #podcast .lcsContent > img {
    max-width: 150px;
    grid-row: auto;
  }
}
#podcast .lcsContent .title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
  color: #121212;
  order: 2;
  text-wrap: wrap;
}
@supports (text-wrap: balance) {
  #podcast .lcsContent .title {
    text-wrap: balance;
  }
}
@media (max-width: 767px) {
  #podcast .lcsContent .title {
    margin-top: 0.75rem;
  }
}
#podcast .lcsContent .date {
  margin: 0.5rem 0 0;
  font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem);
  font-weight: 500;
  line-height: 1.5;
  color: #1b4692;
  order: 3;
}
#podcast .lcsContent > p:not([id]):not([class]) {
  margin: 0.5rem 0 0;
  line-height: 1.5;
  order: 4;
  text-wrap: wrap;
}
@supports (text-wrap: pretty) {
  #podcast .lcsContent > p:not([id]):not([class]) {
    text-wrap: pretty;
  }
}
#podcast .lcsContent > p:not([id]):not([class]) a {
  color: #1b4692;
}
#podcast .lcsContent > p[id*=_Content] {
  margin: 0;
  order: 5;
  grid-column: 1/-1;
}
#podcast .lcsContent .duration {
  margin: 0;
  font-size: 0.85rem;
  color: #393e41;
  order: 6;
  grid-column: 1/-1;
}
#podcast .lcsContent .button {
  order: 7;
  grid-column: 1/-1;
}
#podcast .lcsContent .provider {
  margin: 0;
  font-size: 0.85rem;
  color: #393e41;
  order: 8;
  grid-column: 1/-1;
}
#podcast .lcsContent > br {
  display: none;
}

/*# sourceMappingURL=podcast-styles_dev.css.map */
